home *** CD-ROM | disk | FTP | other *** search
/ National Lampoon's Blind Date / National Lampoon's Blind Date.iso / bd / movstop2.mmm / 00046_Script_46 < prev    next >
Text File  |  1995-03-01  |  241b  |  12 lines

  1. set xc = 6
  2. startTimer
  3. repeat while xc > 0
  4.   if the timer > 14 then
  5.     set the visibility of sprite 7 to (xc mod 2)
  6.     set xc = xc - 1
  7.     updateStage  
  8.     startTimer
  9.   end if
  10. end repeat
  11. puppetSprite 7, FALSE
  12. go to frame "Mood2"